home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Multimedia / tour / Professional / segment1.swf / scripts / DefineButton2_112 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2001-07-26  |  417 b   |  16 lines

  1. on(release){
  2.    if(!_parent.holdState)
  3.    {
  4.       _parent.gotoAndStop("noKiosk");
  5.       _parent.rampVOout();
  6.       _parent.clickToContinue.gotoAndPlay("blank");
  7.       _parent.holdState = 1;
  8.       isActive = 1;
  9.       _parent.mc_easier.hideShots();
  10.       _parent.mc_better.hideShots();
  11.       _parent.inst_easier_icons.unSelect();
  12.       _parent.inst_better_icons.unSelect();
  13.       gotoAndPlay(36);
  14.    }
  15. }
  16.